Vcenter NamespaceManagement Networks VsphereDVPGNetworkInfo
The Vcenter NamespaceManagement Networks VsphereDVPGNetworkInfo schema describes the configuration specification of a vSphere DVPG-backed Namespaces Network object.
This schema was added in vSphere API 7.0.1.0.
{
"portgroup": "string",
"ip_assignment_mode": "string",
"address_ranges": [
{
"address": "string",
"count": 0
}
],
"gateway": "string",
"subnet_mask": "string",
"mode": "string"
}
Identifier of the vSphere Distributed Portgroup backing the vSphere network object.
This property was added in vSphere API 7.0.1.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Network
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Network
.
IP address assignment mode.
For more information see: Vcenter NamespaceManagement Networks IPAssignmentMode.
This property was added in vSphere API 7.0.3.0.
This property is optional because it was added in a newer version than its parent node.
Usable IP pools on this network.
This property was added in vSphere API 7.0.1.0.
Gateway for the network.
This property was added in vSphere API 7.0.1.0.
Subnet mask of the network.
This property was added in vSphere API 7.0.1.0.
Displays the intended use of the network.
For more information see: Vcenter NamespaceManagement Networks Mode.
This property was added in vSphere API 9.0.0.0.
This property is optional because it was added in a newer version than its parent node.